CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 坐标 转换 代码

搜索资源列表

  1. jaq

    0下载:
  2. /*  本程序实现的功能: 显示系统时间和日期    该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系统时间,当输入大小写Q退出程序,当输入其他字符时,提示错误 。   主要算法:将系统时间及日期转化成字符显示,通过堆栈来排序显示,同时涉及到 坐标位置设置的转换。时间和日期的显示都只调用了一个(函数)compute,避免了代码的冗余,尽量做到简洁,同时当一次操作过后,程序处于等待状态,以进行下一次操作,而非自动退出。该程序显示时间时多次调
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:2671
    • 提供者:碧匀天
  1. MathEngine

    0下载:
  2. 此代码用C#和DirectX,包含三维空间里的一些数学变换,如世界坐标到笛卡尔坐标变化,弧度到度的转换,经纬度到行列的转换
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:2606
    • 提供者:shiyan
  1. 2440-touch-screen-driver

    1下载:
  2. 2440 触摸屏驱动详解: 触摸屏驱动的实现步骤 硬件原理图分析 建立触摸屏驱动程序 在两个中断服务程序中实现触摸屏状态和坐标的转换 将驱动代码写入内核-Detailed touch screen driver 2440: touch screen driver hardware schematic of implementation steps to establish the touch screen driver in the two interrupt ser
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-09-09
    • 文件大小:364544
    • 提供者:shl
  1. wgs84_to_bj54

    0下载:
  2. 利用仿射变换实现WGS84下经纬度转换成BJ54下的高斯投影坐标。 (包括一个仿射参数计算的函数) 代码写的不够规范,请不要见笑-Using affine transformation of the realization of WGS84 latitude and longitude into BJ54 projection coordinates under the Gaussian. (Including an affine function of parameters) code
  3. 所属分类:GIS program

    • 发布日期:2017-04-01
    • 文件大小:1597
    • 提供者:luohui
  1. CoorTrans

    0下载:
  2. 此功能是地理坐标到平面坐标的转换功能,是难得的代码。-This function is a geographical coordinates to plane coordinate conversion function, the code is rare.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2940
    • 提供者:纪智
  1. PfzDrawingSample

    0下载:
  2. 本文介绍了类,代表了全托管代码的位图。 一个位图,基本上是一维数组,使用了一些计算被视为一个二维数组看到。在这种数组中的值可以是颜色索引(当使用调色板)或RGB值直接使用某种类型的编码。托管位图具有PixelArray,这是一个字节数组,GrayscaleBitmap的诠释(System.Int32的),为ArgbBitmap为ColorBitmap颜色和简单的类。他们也知道有一个宽度,计算出的X / Y坐标。高度值,然后计算作为其宽度PixelArray长度划分。他们当然有一些其他方法。它
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:91141
    • 提供者:胡九
  1. CoordTrans

    0下载:
  2. 完成北京54坐标系与wgs84坐标系的相互转换,界面中输入84坐标系的经纬度值,回车即可得到对应的54坐标,通过在主函数中修改代码,可以完成两种程序的任意转换-Complete Beijing 54 coordinate system and wgs84 coordinate system conversion, interface, enter the latitude and longitude coordinates 84 value, press Enter to get the coo
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:373437
    • 提供者:爱美元
  1. j_gps

    0下载:
  2. 本程序是一个从照片中获取GPS信息的源码,用该代码中,可以获取指定照片文件的GPS坐标信息,当然用户可以加入其它代码把坐标信息转换成物理地址。-This program is a source of GPS information obtained from the photo, specify photo file can get GPS coordinates information with the code, of course, the user can add additional
  3. 所属分类:Java Develop

    • 发布日期:2017-11-24
    • 文件大小:3071
    • 提供者:ddddd
  1. sofa_c-20120301

    0下载:
  2. 天文学和大地测量学常见的代码集,C++,包含常用的时间系统和坐标系统转换等功能-fundamental function and program for Geodesy and Astronomy, written in C
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1587934
    • 提供者:tom tang
  1. 123

    0下载:
  2. 大地测量学作业,高斯正反算控制台代码。可以实现经纬度与大地坐标之间的转换。-Geodesy job, Gaussian pros and cons operator console code. You can achieve the conversion between the latitude and longitude geodetic coordinates.
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:369446
    • 提供者:殷文斌
  1. globalmaptiles

    0下载:
  2. 本代码几乎涵盖了所有GIS地图瓦片的常用算法:提供了当前多种互联网地图瓦片的索引算法(包括wgs84坐标、web墨卡托坐标、像素坐标、瓦片坐标)及其相互转换方法,包括google地图,微软bing地图等等。-This code covers almost all GIS map tiles commonly used algorithms: current Internet map tiles index algorithm (including wgs84 coordinates of web
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:5882
    • 提供者:王磊
  1. gausindire

    0下载:
  2. 大地测量中的坐标求解转换,用于坐标反算,matlab代码-The geodetic coordinates solving conversion for coordinates Backcalculation, matlab code
  3. 所属分类:matlab

    • 发布日期:2017-11-24
    • 文件大小:805
    • 提供者:bqc
  1. 1

    0下载:
  2. 用matlab编程,把经纬度转换为高斯平面坐标的代码-Coordinates turn Gauss plane coordinate code
  3. 所属分类:GPS develop

    • 发布日期:2017-04-14
    • 文件大小:3799
    • 提供者:cherry
  1. BasicAerospaceCode

    0下载:
  2. 包含了基本的航空航天动力学代码,如坐标转换、Lambert轨道计算等。-Contains basic Aerospace dynamics code, such as coordinate conversion, Lambert orbit calculation, etc..
  3. 所属分类:transportation applications

    • 发布日期:2017-05-11
    • 文件大小:2212548
    • 提供者:YuechenHuang
  1. Structure-Light-Reconstructor

    1下载:
  2. 结构光三维重建代码,提取结构光的点,并进行三维坐标转换-Structure light 3D reconstruction code, structured light extraction point, and three-dimensional coordinate conversion,DrawZeroPoint/Structure-Light-Reconstructor
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-04
    • 文件大小:141845
    • 提供者:DrLee
  1. Good-example-networkChinesechess

    0下载:
  2. 程序使用VS2015,.NET4.5,.NET 2.0以上都可以编译使用,无第三方组件,可生成32、64位。Socket网络传输,可以对战、多人旁观,棋子棋盘图片直接百度的。 象棋规则算法简单,直接写了,就100多行,烧脑的是对战、旁观视角问题,对战双方都是从下往上的视角,实际走棋看到对方位置应该是对角线,坐标转换太特么烧脑,没打草稿直接敲代码,特么居然重写了一遍才写对。-Programs using VS2015, .NET4.5, .NET 2.0 and above can be co
  3. 所属分类:CSharp

    • 发布日期:2017-12-16
    • 文件大小:2619392
    • 提供者:刘强
  1. Orbital_Mechanics_for_Engineering Student

    0下载:
  2. 这是用来计算儒略日,坐标转换,轨道设计等的matlab代码,适配于轨道力学课后代码示例(This is used to calculate the Julian day, coordinate conversion, orbit design matlab code, suitable for orbital mechanics after code example)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:86016
    • 提供者:Eric1998
  1. 七参数计算函数burse

    2下载:
  2. 空间直角坐标之间坐标转换求七参数计算函数代码(Calculating function code of seven parameters by coordinate transformation between space right angle coordinates)
  3. 所属分类:文章/文档

  1. 高斯正反算

    3下载:
  2. 在大地测量学中,坐标系分为两大类:地心坐标系和参心坐标系。地心坐标系是坐标系原点与地球质心重合的坐标系,参心坐标系是坐标系原点位于参考椭球体中心,但不与地球质心重合的坐标系。我国使用的1954北京坐标系,1980西安坐标系都属于参心坐标系。GPS中使用的世界大地坐标系WGS-84属于地心坐标系,我国最近开始启用的中国大地坐标系2000(即CGCS2000),也属于地心坐标系。以上两大类坐标系都有下列几种表达形式:1.空间大地坐标系,即大地经纬度(B,L,H)形式2.空间直角坐标系,即三维空间坐标
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:75776
    • 提供者:tjwsdy
  1. 大地测量程序代码

    0下载:
  2. C#代码,支持不同坐标系统的转换,七参数计算,高斯投影坐标解算
  3. 所属分类:汇编语言

    • 发布日期:2020-05-07
    • 文件大小:426946
    • 提供者:thp_123
« 1 2 3 45 »
搜珍网 www.dssz.com